SftTree/NET 2.0

HasChildren Property, ItemClass Class

Softel vdm, Inc.

Returns whether this item has dependents.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property HasChildren As Boolean

C#   

public bool HasChildren { get; }

C++   

public: property bool HasChildren {
        bool get();
}

Property Value

True if this item has dependents, otherwise False.

Comments

The HasChildren property returns whether this item has dependents.

The dependents can be accessed using the Children property.

A count of dependents can be retrieved using the DirectChildCount and TotalChildCount properties.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com